home *** CD-ROM | disk | FTP | other *** search
/ Carousel / CAROUSEL.cdr / mactosh / hc / teachrea.sit / Teaching to Read / background_2576.txt < prev    next >
Text File  |  1988-11-14  |  10KB  |  400 lines

  1. -- background: 2576 from stack: in
  2. -- bmap block id: 4855
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 00
  10. -- high flags: 2007
  11. -- rect: left=0 top=61 right=342 bottom=297
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20.  
  21.  
  22. -- part 3 (button)
  23. -- low flags: 00
  24. -- high flags: 0000
  25. -- rect: left=391 top=5 right=44 bottom=449
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 1006 / 1006
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: ABC's
  34. ----- HyperTalk script -----
  35. on mouseup
  36.   hide menubar
  37.   go to card 5737
  38.  
  39.   hide card field "Sentence2"
  40.   put " " into card field "sentence1"
  41.  
  42.   show card field "Sentence1"
  43.   put "A" into card field "sentence1"
  44.   play harpsichord c3.
  45.   wait until the sound is "done"
  46.   put "B" after card field "sentence1"
  47.   play harpsichord c3.
  48.   wait until the sound is "done"
  49.   put "C" after card field "sentence1"
  50.   play harpsichord g3
  51.   wait until the sound is "done"
  52.   put "D" after card field "sentence1"
  53.   play harpsichord g3
  54.   wait until the sound is "done"
  55.   put "E" after card field "sentence1"
  56.   play harpsichord a3
  57.   wait until the sound is "done"
  58.   put "F" after card field "sentence1"
  59.   play harpsichord a3
  60.   wait until the sound is "done"
  61.   put "G" after card field "sentence1"
  62.   play harpsichord g3
  63.   wait until the sound is "done"
  64.  
  65.   wait for 50 ticks
  66.  
  67.   put " H" after card field "sentence1"
  68.   play harpsichord f3
  69.   wait until the sound is "done"
  70.   put "I" after card field "sentence1"
  71.   play harpsichord f3
  72.   wait until the sound is "done"
  73.   put "J" after card field "sentence1"
  74.   play harpsichord e3
  75.   wait until the sound is "done"
  76.   put "K" after card field "sentence1"
  77.   play harpsichord e3
  78.   wait until the sound is "done"
  79.   put "L" after card field "sentence1"
  80.   play harpsichord d3
  81.   wait until the sound is "done"
  82.   put "M" after card field "sentence1"
  83.   play harpsichord d3
  84.   wait until the sound is "done"
  85.   put "N" after card field "sentence1"
  86.   play harpsichord d3
  87.   wait until the sound is "done"
  88.   put " O" after card field "sentence1"
  89.   play harpsichord d3
  90.   wait until the sound is "done"
  91.   put "P" after card field "sentence1"
  92.   play harpsichord c3
  93.   wait until the sound is "done"
  94.  
  95.   wait for 50 ticks
  96.  
  97.   put "Q" after card field "sentence1"
  98.   play boing g
  99.   wait until the sound is "done"
  100.   put "R" after card field "sentence1"
  101.   play boing g
  102.   wait until the sound is "done"
  103.   put "S" after card field "sentence1"
  104.   play boing f
  105.   wait until the sound is "done"
  106.  
  107.   wait for 20 ticks
  108.  
  109.   put "T" after card field "sentence1"
  110.   play boing e
  111.   wait until the sound is "done"
  112.   put "U" after card field "sentence1"
  113.   play boing e
  114.   wait until the sound is "done"
  115.   put " V" after card field "sentence1"
  116.   play boing d
  117.   wait until the sound is "done"
  118.  
  119.   wait for 20 ticks
  120.  
  121.   put " W" after card field "sentence1"
  122.   play boing ge ge ge
  123.   wait until the sound is "done"
  124.   put " X" after card field "sentence1"
  125.   play boing f
  126.   wait until the sound is "done"
  127.   put " Y" after card field "sentence1"
  128.   play boing e e
  129.   wait until the sound is "done"
  130.   put " Z" after card field "sentence1"
  131.   play boing d
  132.   wait until the sound is "done"
  133.   wait 1 seconds
  134.  
  135.  
  136.  
  137.   put " " into card field "sentence2"
  138.   show card field "Sentence2"
  139.   hide card field "sentence1"
  140.   put  "Now" into card field "sentence2"
  141.   play harpsichord c3.
  142.   wait until the sound is "done"
  143.   put " I" after card field "sentence2"
  144.   play harpsichord c3.
  145.   wait until the sound is "done"
  146.   put " Know" after card field "sentence2"
  147.   play harpsichord g3
  148.   wait until the sound is "done"
  149.   put " My" after card field "sentence2"
  150.   play harpsichord g3
  151.   wait until the sound is "done"
  152.   put " A" after card field "sentence2"
  153.   play harpsichord a3
  154.   wait until the sound is "done"
  155.   put " B " after card field "sentence2"
  156.   play harpsichord a3
  157.   wait until the sound is "done"
  158.   put "C's," after card field "sentence2"
  159.   play harpsichord g3
  160.   wait until the sound is "done"
  161.  
  162.   wait for 50 ticks
  163.  
  164.   put " Next" after card field "sentence2"
  165.   play harpsichord f3
  166.   wait until the sound is "done"
  167.   put " Time" after card field "sentence2"
  168.   play harpsichord f3
  169.   wait until the sound is "done"
  170.  
  171.  
  172.  
  173.   put "Next Time Will" into card field "sentence2"
  174.   play harpsichord e3
  175.   wait until the sound is "done"
  176.   put " You" after card field "sentence2"
  177.   play harpsichord e3
  178.   wait until the sound is "done"
  179.   put " Sing" after card field "sentence2"
  180.   play harpsichord d3
  181.   wait until the sound is "done"
  182.  
  183.   put " With" after card field "sentence2"
  184.   play harpsichord d3
  185.   wait until the sound is "done"
  186.   put " Me ?" after card field "sentence2"
  187.   play harpsichord c3
  188.   wait until the sound is "done"
  189.   wait for 2 seconds
  190.   hide card field "sentence2"
  191.   put "Next..." into card field "sentence"
  192.   show card field "sentence"
  193. end mouseup
  194.  
  195.  
  196.  
  197. -- part 4 (button)
  198. -- low flags: 00
  199. -- high flags: 0000
  200. -- rect: left=416 top=0 right=28 bottom=446
  201. -- title width / last selected line: 0
  202. -- icon id / first selected line: 15748 / 15748
  203. -- text alignment: 1
  204. -- font id: 0
  205. -- text size: 12
  206. -- style flags: 0
  207. -- line height: 16
  208. -- part name: New Button
  209.  
  210.  
  211. -- part 5 (button)
  212. -- low flags: 00
  213. -- high flags: 0000
  214. -- rect: left=454 top=4 right=45 bottom=501
  215. -- title width / last selected line: 0
  216. -- icon id / first selected line: 1006 / 1006
  217. -- text alignment: 1
  218. -- font id: 0
  219. -- text size: 12
  220. -- style flags: 0
  221. -- line height: 16
  222. -- part name: New Button
  223.  
  224.  
  225. -- part 6 (button)
  226. -- low flags: 00
  227. -- high flags: 0000
  228. -- rect: left=474 top=0 right=26 bottom=504
  229. -- title width / last selected line: 0
  230. -- icon id / first selected line: 2478 / 2478
  231. -- text alignment: 1
  232. -- font id: 0
  233. -- text size: 12
  234. -- style flags: 0
  235. -- line height: 16
  236. -- part name: abc's
  237. ----- HyperTalk script -----
  238. on mouseUp
  239.   hide menubar
  240.   go to card id 5737
  241.   hide card field "Sentence2"
  242.   put " " into card field "sentence1"
  243.  
  244.   show card field "Sentence1"
  245.   put "a" into card field "sentence1"
  246.   play harpsichord c3.
  247.   wait until the sound is "done"
  248.   put " b" after card field "sentence1"
  249.   play harpsichord c3.
  250.   wait until the sound is "done"
  251.   put " c" after card field "sentence1"
  252.   play harpsichord g3
  253.   wait until the sound is "done"
  254.   put " d" after card field "sentence1"
  255.   play harpsichord g3
  256.   wait until the sound is "done"
  257.   put " e" after card field "sentence1"
  258.   play harpsichord a3
  259.   wait until the sound is "done"
  260.   put " f" after card field "sentence1"
  261.   play harpsichord a3
  262.   wait until the sound is "done"
  263.   put " g" after card field "sentence1"
  264.   play harpsichord g3
  265.   wait until the sound is "done"
  266.  
  267.   wait for 50 ticks
  268.  
  269.   put "   h" after card field "sentence1"
  270.   play harpsichord f3
  271.   wait until the sound is "done"
  272.   put " i" after card field "sentence1"
  273.   play harpsichord f3
  274.   wait until the sound is "done"
  275.   put " j" after card field "sentence1"
  276.   play harpsichord e3
  277.   wait until the sound is "done"
  278.   put " k" after card field "sentence1"
  279.   play harpsichord e3
  280.   wait until the sound is "done"
  281.   put " l" after card field "sentence1"
  282.   play harpsichord d3
  283.   wait until the sound is "done"
  284.   put " m" after card field "sentence1"
  285.   play harpsichord d3
  286.   wait until the sound is "done"
  287.   put " n" after card field "sentence1"
  288.   play harpsichord d3
  289.   wait until the sound is "done"
  290.   put " o" after card field "sentence1"
  291.   play harpsichord d3
  292.   wait until the sound is "done"
  293.   put " p" after card field "sentence1"
  294.   play harpsichord c3
  295.   wait until the sound is "done"
  296.  
  297.   wait for 50 ticks
  298.  
  299.   put " q" after card field "sentence1"
  300.   play boing g
  301.   wait until the sound is "done"
  302.   put " r" after card field "sentence1"
  303.   play boing g
  304.   wait until the sound is "done"
  305.   put " s" after card field "sentence1"
  306.   play boing f
  307.   wait until the sound is "done"
  308.  
  309.   wait for 20 ticks
  310.  
  311.   put " t" after card field "sentence1"
  312.   play boing e
  313.   wait until the sound is "done"
  314.   put " u" after card field "sentence1"
  315.   play boing e
  316.   wait until the sound is "done"
  317.   put "  v" after card field "sentence1"
  318.   play boing d
  319.   wait until the sound is "done"
  320.  
  321.   wait for 20 ticks
  322.  
  323.   put " w" after card field "sentence1"
  324.   play boing ge ge ge
  325.   wait until the sound is "done"
  326.   put " x" after card field "sentence1"
  327.   play boing f
  328.   wait until the sound is "done"
  329.   put " y" after card field "sentence1"
  330.   play boing e e
  331.   wait until the sound is "done"
  332.   put " z" after card field "sentence1"
  333.   play boing d
  334.   wait until the sound is "done"
  335.   wait 1 seconds
  336.  
  337.  
  338.  
  339.   put " " into card field "sentence2"
  340.   show card field "Sentence2"
  341.   hide card field "sentence1"
  342.   put  "Now" into card field "sentence2"
  343.   play harpsichord c3.
  344.   wait until the sound is "done"
  345.   put " I" after card field "sentence2"
  346.   play harpsichord c3.
  347.   wait until the sound is "done"
  348.   put " Know" after card field "sentence2"
  349.   play harpsichord g3
  350.   wait until the sound is "done"
  351.   put " My" after card field "sentence2"
  352.   play harpsichord g3
  353.   wait until the sound is "done"
  354.   put " A" after card field "sentence2"
  355.   play harpsichord a3
  356.   wait until the sound is "done"
  357.   put " B " after card field "sentence2"
  358.   play harpsichord a3
  359.   wait until the sound is "done"
  360.   put "C 's," after card field "sentence2"
  361.   play harpsichord g3
  362.   wait until the sound is "done"
  363.  
  364.   wait for 50 ticks
  365.  
  366.   put " Next" after card field "sentence2"
  367.   play harpsichord f3
  368.   wait until the sound is "done"
  369.   put " Time" after card field "sentence2"
  370.   play harpsichord f3
  371.   wait until the sound is "done"
  372.  
  373.  
  374.  
  375.   put "Next Time Will" into card field "sentence2"
  376.   play harpsichord e3
  377.   wait until the sound is "done"
  378.   put " You" after card field "sentence2"
  379.   play harpsichord e3
  380.   wait until the sound is "done"
  381.   put " Sing" after card field "sentence2"
  382.   play harpsichord d3
  383.   wait until the sound is "done"
  384.  
  385.   put " With" after card field "sentence2"
  386.   play harpsichord d3
  387.   wait until the sound is "done"
  388.   put " Me ?" after card field "sentence2"
  389.   play harpsichord c3
  390.   wait until the sound is "done"
  391.   wait for 2 seconds
  392.   hide card field "sentence2"
  393.   put "Next..." into card field "sentence"
  394.   show card field "sentence"
  395.  
  396.  
  397.  
  398. end mouseUp
  399.  
  400.